Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Features
medium|xx-small|x-small|small|large|x-large|xx-large|smaller|larger|length|initial|inherit
cause crash #122ptSize
prop (thanks @ikhsanalatsary)<iframe>
rendering, letting you set their dimensions throughtagsStyles
&classesStyles
. These are overriden byheight
andwidth
html attributes. Closes It was not possible to have an iframe with fixed width and height attributes #110Bugfixes
fontWeight
property mistakenly got converted from string to a number. This resulted in crashes due to the wrong type. (thanks @mchudy !) Closes Error when "font-weight" is present on html #111<img>
if you happen to have a style on your HTML container that's not an array (thanks @ikhsanalatsary) Closes img in html producing error #120!important
annotations that prevented some styles from being rendered Closes CSS Colors using !Important Cause Crash #121Miscellaneous
baseFontStyle
value in README (thanks @charpeni) Closes baseFontStyle documentation #116staticContentMaxWidth
andimagesMaxWidth
now haveDimensions.get('window').width
as their default values